Deno

curl -fsSL <https://deno.land/install.sh> | sh

Modify .zshrc

export DENO_INSTALL="/home/cktbr/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"